home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilsys / splitdat.lha / splitdata / SplitData.eng < prev    next >
Text File  |  1993-11-21  |  3KB  |  82 lines

  1.  
  2.                             SplitData v0.3ß
  3.                             ~~~~~~~~~~~~~~~
  4.  
  5.                 ©1995/96 Bugada Andrea (Bugman/Bitless)
  6.                       Written using Amiga E v2.1b
  7.              This program is FREEWARE. No warranty is given
  8.  
  9.  
  10. INTRODUCTION
  11. ~~~~~~~~~~~~
  12.  Did you ever face the problem to get crunched data from a  non-dos-disk?  If
  13.  yes you probably could have used COMDEC by Turbo/Infect. But is not uptodate
  14.  and it lacks in some crunched formats: eg. PP20, which is  powerpacker-data.
  15.  With  PP20  you  can NOT determine how long the crunched data really is from
  16.  the  data  itself,  which  is  very  important  to  depack.  Then  there  is
  17.  ExtractData,  a  good  program,  but  the  search  string  is  limited  to 4
  18.  characters and is not case sensitive. So I've created SplitData.
  19.  
  20.  Here comes it up to SplitData: make up a big file of the non-dosk-disk using
  21.  a disk/file-monitor like FIMO. and enter in a Shell:
  22.  
  23.                          SplitData FILE DEST KWORD
  24.  
  25.  FILE  You must enter the name of a bigfile created, for example, with  FIMO;
  26.        this file can be also a normal file (very useful with demos).
  27.  
  28.  DEST  Enter the path where you want the program save every chunk of data.
  29.  
  30.  KWORD Enter  the  checkmark  string  (like PP20 for powerpacked files). Note
  31.        that this string may be long as you want  and  it's case sensitive. So
  32.        PP20 will be different from Pp20!!
  33.  
  34.  
  35.  Every  chunk of data from the file 'disk1' beginning with PP20 and ending at
  36.  the following PP20 will be output to a not determined number of files in the
  37.  destination path as "nn.string" (e.g. 01.PP20, 02.PP20 and so on). Of course
  38.  there are still some uncertainties about the datasize but it helps,  besides
  39.  all  other  crunched  data than PP20 are insensible about their filesize for
  40.  decrunching purposes...
  41.  
  42.  
  43. WARNINGS
  44. ~~~~~~~~
  45.  - You  probably  will  get a lot of DUMMY files which is no crunched data at
  46.    all, it might just start with the checkmark, use your BRAIN!
  47.  
  48.  - No overwrite check on output is done!
  49.  
  50.  - I take no responsability for any damages from this small piece of code.
  51.  
  52.  - I've used for this doc some parts  of  the  documentation  of  ExtracData,
  53.    because I  don't  know  very  well english.  All  respect to the author of
  54.    ExtractData (Marley of Infect?).  If you find mistakes please correct them
  55.    and send me the doc.
  56.  
  57.  
  58. AUTHOR
  59. ~~~~~~
  60.  If you want to contact me (bugs, fuckings, donations ;-) please write to:
  61.  
  62.            Bugada Andrea
  63.            Via IV Novembre 86
  64.            13060 Lessona (BIELLA)
  65.            ITALY
  66.  
  67.            e-mail: s89298@athena.polito.it
  68.  
  69.  
  70. HISTORY
  71. ~~~~~~~
  72.  
  73.  v0.1ß   First public release.
  74.  
  75.  v0.2ß   Some bugs removed. Checkmark is now case sensitive
  76.  
  77.  v0.3ß   Now accepts standard arguments. Some bugs removed.
  78.  
  79.  
  80.  
  81.                                            See ya!  Bugman/Bitless
  82.